home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / ver_cont / cvs-1.8 / cvs-1 / cvs-1.8.1 / windows-NT / ChangeLog < prev    next >
Encoding:
Text File  |  1996-05-06  |  7.2 KB  |  225 lines

  1. Tue Apr  9 20:56:14 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2.  
  3.     * README: Mention CRLF for src/server.c.
  4.  
  5. Mon Mar 25 1996  Jim Kingdon  <kingdon@cyclic.com>
  6.  
  7.     * filesubr.c (expand_wild): New function.
  8.  
  9. Tue Mar 19 17:55:39 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  10.  
  11.     * startserver.c (wnt_start_server): Cleaned up code to get port
  12.       (and thus made consistent with VMS and Mac)
  13.  
  14. Mon Mar 18 14:54:50 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  15.  
  16.     * config.h: Don't declare gethostname; main.c already includes
  17.     winsock.h.  Define FILENAMES_CASE_INSENSITIVE.
  18.  
  19. Fri Mar 15 1996  Jim Kingdon  <kingdon@cyclic.com>
  20.  
  21.     * filesubr.c (fncmp): Fix typo (n1 -> n2) which had caused the
  22.     function to always return 0.
  23.  
  24. Thu Mar  7 08:55:39 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  25.  
  26.     * Makefile.in (HEADERS): Remove alloca.h from list.
  27.  
  28. Wed Feb 28 11:08:06 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  29.  
  30.     * options.h: Remove AUTH_SERVER_SUPPORT; no longer should be
  31.     defined in options.h.
  32.  
  33.     * config.h: Remove C_ALLOCA, CRAY_STACKSEG_END, HAVE_ALLOCA,
  34.     HAVE_ALLOCA_H, and STACK_DIRECTION to reflect alloca removal.
  35.     * startserver.c (wnt_start_server): Don't use alloca.
  36.     * alloca.h: Removed.
  37.  
  38. Fri Feb 23 18:00:00 1996  Jim Kingdon  <kingdon@cyclic.com>
  39.  
  40.     * options.h: Define AUTH_CLIENT_SUPPORT and NO_SOCKET_TO_FD.
  41.     * config.h: Define HAVE_WINSOCK_H.
  42.     * win32.c (getpass): New function.
  43.     * filesubr.c (get_homedir): New function.
  44.  
  45. Mon Feb 12 16:09:24 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  46.  
  47.     * run.c (run_popen): Changed more Popen() to run_popen()
  48.  
  49. Mon Feb 12 03:33:27 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  50.  
  51.         * run.c: Changed Popen() to run_popen() for the benefit of
  52.         case-insensitive linkers (VMS) which confuse Popen() with popen()
  53.  
  54. Fri Feb  9 22:10:12 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  55.  
  56.     * Makefile.in (distclean): Remove Makefile.
  57.  
  58.     * config.h: Remove SYSTEM_COMMENT_TABLE.
  59.  
  60. Thu Feb  1 15:09:17 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  61.  
  62.     * options.h: Remove RM; no longer used.
  63.  
  64.     * filesubr.c: Remove rcsid.
  65.  
  66. Thu Jan 11 16:01:27 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  67.  
  68.     * README: Update with information for Visual C++ 4.0, some
  69.     warnings that weren't mentioned, etc.
  70.  
  71. Thu Jan 11 12:04:42 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  72.  
  73.     * options.h: remove CVS_NOADMIN
  74.  
  75. Wed Jan  3 16:17:19 1996  Jon Dart  <jdart@tss.com>
  76.               and Jim Kingdon  <kingdon@harvey.cyclic.com>
  77.  
  78.     * run.c (filter_stream_through_program): If pidp is NULL, don't
  79.     store to *pidp.
  80.     * ndir.h: Change MAXNAMLEN to 255.
  81.     * run.c (build_command): Deal with it if there are no arguments at
  82.     all.
  83.  
  84. Mon Jan  1 23:40:01 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  85.  
  86.     * filesubr.c (link_file): New function.
  87.  
  88.     * README: Mention CRLF vs. LF in cvsnt.mak.  Other minor revisions.
  89.  
  90. Fri Dec 22 12:00:00 1995  Jim Kingdon  <kingdon@peary.cyclic.com>
  91.  
  92.     * run.c (filter_stream_through_program): On error, error() rather
  93.     than returning -1.
  94.  
  95. Thu Dec 21 16:00:00 1995  Jim Kingdon  <kingdon@peary.cyclic.com>
  96.  
  97.     * options.h: Don't define NO_SOCKET_TO_FD.
  98.  
  99. Mon Dec 18 09:57:29 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  100.  
  101.     * options.h: Explain NO_SOCKET_TO_FD some more.
  102.  
  103. Sun Dec 17 21:19:18 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  104.  
  105.         * options.h (NO_SOCKET_TO_FD): define to 1.
  106.  
  107. Tue Dec 12 19:18:00 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  108.  
  109.         * options.h (AUTH_CLIENT_SUPPORT, AUTH_SERVER_SUPPORT): these
  110.         replace CVS_LOGIN.
  111.         (RCSBIN_DFLT): expand comment.
  112.  
  113. Mon Dec 11 12:43:35 1995  adamg  <adamg@microsoft.com>
  114.  
  115.     * config.h: Add INITIALIZE_SOCKET_SUBSYSTEM macro to ensure that
  116.     winsock is initialized early enough for the gethostname() in
  117.     main.c to succeed.
  118.     * rcmd.c: Remove from init_winsock(), and rcmd() code that
  119.     initialized winsock on demand.
  120.  
  121. Thu Dec  7 14:49:16 1995  Jim Meyering  (meyering@comco.com)
  122.  
  123.     * filesubr.c (isaccessible): Rename from isaccessable.
  124.     Update callers.
  125.  
  126. Mon Dec  4 10:46:31 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  127.  
  128.     * The following change was copied from src/filesubr.c.  This is
  129.     because we need filesubr.c to compile, not because we are trying
  130.     to make set*id work on NT (if it even has set*id).
  131.     * filesubr.c (isaccessable): new function.  Checks access-rights
  132.     for files like access(), but is getxid-safe.  Falls back to
  133.     access() if SETXID_SUPPORT is not enabled.
  134.     (isfile): replace stat() by isaccessable(file, F_OK)
  135.     (isreadable): replace access() by isaccessable()
  136.     (iswritable): ditto
  137.     (make_directory): rename local variable buf to sb
  138.  
  139. Fri Nov 24 11:17:16 EST 1995  Boleslaw Ciesielski  <bolek@viewlogic.com>
  140.  
  141.     * filesubr.c (convert_file): Pass S_IWRITE to open when creating
  142.     file (fixes problem with deleting temporary files).
  143.  
  144. Fri Nov 24 11:12:47 1995  Boleslaw Ciesielski  <bolek@viewlogic.com>
  145.  
  146.     * run.c (build_command): Move len++ inside loop, to make room for
  147.     spaces between arguments.
  148.  
  149. Thu Oct 26 10:12:51 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  150.  
  151.     * README: Say that patch is required, not optional.
  152.  
  153. Wed Oct 25 07:40:17 1995  Noel Cragg  <noel@virtual.office.com>
  154.  
  155.     * startserver.c (wnt_start_server): removed NTOHS call; since the
  156.     resulting number was passed as the port number to rcmd which
  157.     called NTOHS again, we did a complicated NOOP.
  158.  
  159. Tue Oct 24 10:59:03 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  160.  
  161.     * Makefile.in: insert autoconf variables. This allows e.g. make
  162.       dist to work when configure was called from within a subdir.
  163.  
  164.     * Makefile.in (dist): replace by rule which honors $(srcdir)
  165.  
  166. Mon Oct 23 18:51:49 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  167.  
  168.         * Makefile.in (clean): new rule, does nothing but satisfy
  169.         top-level Makefile's beliefs about what its children can do.
  170.  
  171. Fri Oct 20 11:09:55 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  172.  
  173.     * config.h: use same layout and comments as current ../config.h.in
  174.  
  175.     * options.h: as above for ../src/options.h.in
  176.  
  177. Tue Oct 10 16:04:18 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  178.  
  179.     * README: Update to remove obsolete information (e.g. ftp
  180.     distributions).
  181.  
  182. Thu Oct  5 17:28:52 1995  Kevin Layer  <layer@franz.com>
  183.  
  184.     * filesubr.c: Add semicolon after USE.
  185.  
  186. Thu Sep 7  19:18:00 1995  Jim Blandy  <jimb@cyclic.com>
  187.  
  188.     * config.h (CVS_SUPPORT): #define this.
  189.  
  190.     * ndir.c (opendir): Make the directory name argument a const
  191.     char *, instead of just a char *.
  192.     * ndir.h (opendir): Extern declaration changed to match.
  193.  
  194. Thu Aug 31 12:00:08 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  195.  
  196.     * Makefile.in (HEADERS, SOURCES): New variables.
  197.     (DISTFILES): Refer to them, and include README, Makefile.in, and
  198.     .cvsignore.
  199.  
  200.     * filesubr.c (unlink_file_dir, deep_remove_dir): New functions,
  201.     originally added to src/filesubr.c and then adapted here for
  202.     Windows NT.
  203.  
  204. Wed Aug 30 15:39:57 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  205.  
  206.         * Windows NT port merged.
  207.     * README, config.h, filesubr.c, mkdir.c, ndir.c, ndir.h,
  208.     options.h, pwd.c, pwd.h, rcmd.c, rcmd.h, run.c, startserver.c,
  209.     strippath.c, stripslash.c, waitpid.c, win32.c: Changed or added.
  210.  
  211. Thu Aug 10 13:30:00 1995  Jim Blandy <jimb@cyclic.com>
  212.  
  213.     * filesubr.c, mkdir.c, pwd.c, run.c, win32.c: New source files.
  214.     * pwd.h: New header file.
  215.  
  216. Wed Jul 19 18:00:00 1995  Jim Blandy <jimb@cyclic.com>
  217.  
  218.     * alloca.h: New file.
  219.  
  220.     * config.h (HAVE_IO_H): Define this.
  221.  
  222. Tue Jul 18 21:18:00 1995  Jim Blandy <jimb@cyclic.com>
  223.  
  224.     * config.h, options.h, pwd.h: New files.
  225.